event.DynamicPropertyEvent - Event data for dynamic property events - MATLAB (original) (raw)
Main Content
Namespace: event
Superclasses: event.EventData
Event data for dynamic property events
Description
The event.DynamicPropertyEvent
class defines the event data passed to listeners of the dynamicprops PropertyAdded
and PropertyRemoved
events.
event.DynamicPropertyEvent
is a subclass of event.EventData. The event.DynamicPropertyEvent
class is sealed (cannot be subclassed) and its constructor is private.
Properties
Name of dynamic property that is added or removed
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
GetObservable | true |
SetObservable | true |
Data Types: char
Object that is the source of the event
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
GetObservable | true |
SetObservable | true |
Name of event triggered on the source object
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
GetObservable | true |
SetObservable | true |
Data Types: char
Events
ObjectBeingDestroyed | Triggered when object is destroyed. |
---|
Attributes
Sealed | true |
---|---|
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Version History
Introduced in R2016a