Class CustomEventArgs
Extends BaseEventArgs with custom attributes. This includes Tag, CustomFlags, CustomAttr, FlagsAndAttributes properties and other related to custom attributes features.
public class CustomEventArgs : BaseEventArgs
- Inheritance
-
CustomEventArgs
Constructors
- CustomEventArgs()
Initializes a new instance of the CustomEventArgs class.
Properties
- CustomAttr
Gets custom attributes provider associated with the object. You can store any custom data here.
- CustomFlags
Gets custom flags provider associated with the object. You can store any custom data here.
- FlagsAndAttributes
Gets custom flags and attributes provider associated with the object. You can store any custom data here.
- IntFlags
Gets flags provider which allows to access items using integer identifiers. You can store any custom flags here.
- IntFlagsAndAttributes
Gets or sets flags and attributes provider which allows to access items using integer identifiers. You can store any custom data here.
- Tag
Gets or sets the object that contains custom user-defined data.
Methods
- CreateWithFlag(string)
Creates CustomEventArgs instance with the specified flag turned on.
- CreateWithFlags(params string[])
Creates CustomEventArgs instance with the specified flags turned on.