AlertClickEventArgs Properties
Provides data for the AlertControl.AlertClick event.| Name | Description |
|---|---|
| ActivateOwner | Gets or sets whether the owner (a form) of the current alert window is activated after executing your AlertControl.AlertClick event handler. |
| AlertForm | Gets the currently processed alert window. |
| Info | Gets an object that contains information displayed in the currently processed alert window. |
See Also