The ButtonClickingEventArgs type exposes the following members.

Constructors

  Name Description
Public method ButtonClickingEventArgs
Constructor. Initializes a new instance of the ButtonClickingEventArgs class.

Properties

  Name Description
Public property Action
One of the ButtonAction values that specifies the button that generated the event.
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from DialogCancelEventArgs.)
Public property Event
Gets original DomEvent that was raised.
(Inherited from DialogEventArgs.)

See Also