Click or drag to resize
HeaderActionControlCreatedEventArgs Properties

The HeaderActionControlCreatedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets or sets the header action object on which the action control is based.
Public propertyActionControl
Gets or sets the header action control. Is null in Before phase. Is provided in the After phase. Can be overwritten and changed in the After phase. Can be provided in the Before phase if event is then canceled.
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Top
See Also