A specialized subclass of the ItemEventArgs<T> class that is bound to the IStripe type and carries additional owner information.
Inheritance Hierarchy
EventArgs
ItemEventArgs<IStripe>
StripeEventArgs
Remarks
Since for some events (stripe-removed) it is unclear what parent the stripe was owned by before the event, this event can be used to carry exactly that information.
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the StripeEventArgs class.
Properties
Gets the item that is the subject of the event.
Defined in
Gets the parent of the stripe that owned the stripe before the event happened.
Property Value
The old owner.
Gets the table that owned the stripe before the event happened.
Property Value
The old table.