C

StripeEventArgs

A specialized subclass of the ItemEventArgs<T> class that is bound to the IStripe type and carries additional owner information.

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.

Members

Show:

Constructors

Initializes a new instance of the StripeEventArgs class.

Parameters

stripe: IStripe
The stripe to assign to the item property.
parentStripe: IStripe
The previous parent of the stripe.
table: ITable
The table the stripe belonged to previously.

Properties

Gets the item that is the subject of the event.
Gets the parent of the stripe that owned the stripe before the event happened.
readonlyfinal

Property Value

The old owner.
Gets the table that owned the stripe before the event happened.
readonlyfinal

Property Value

The old table.