Class ControlAndButtonClickEventArgs
Provides data for the ButtonClick event.
public class ControlAndButtonClickEventArgs : HandledEventArgs
- Inheritance
-
ControlAndButtonClickEventArgs
Properties
- ButtonId
Gets id of the clicked button.
Methods
- IsButtonCombo(AbstractControl)
Determines if the button is a combo button.
- IsButtonEllipsis(AbstractControl)
Determines if the button is an ellipsis button.
- IsButtonMinus(AbstractControl)
Determines if the button is a minus button.
- IsButtonPlus(AbstractControl)
Determines if the button is a plus button.