CustomAlertPopupWindowImageClickedEventArgs
Helper class to return more information on the current MouseEventArgs, based on the mouse movements over the CustomAlertPopupWindowImage.
public sealed class CustomAlertPopupWindowImageClickedEventArgs : EventArgs
Inherits from / implements: EventArgs
Remarks
This class has one public field MouseEventArgs that will return the current information on the MouseEventArgs based on the mouse movements over the CustomAlertPopupWindowImage. Please note that an instance of this class is supplied along with the PopupCustomImageClicked event and too only when the CustomAlertPopupWindowImage is set to a valid image and the UseCustomAlertPopupWindowImage and CustomAlertPopupWindowImageCanBeClicked properties are set to true.
Members at a glance
CustomAlertPopupWindowImageClickedEventArgs | Initializes a new instance of CustomAlertPopupWindowImageClickedEventArgs class. |
MouseEventArgs | Returns information about the current MouseEventArgs based on the current mouse movements over the CustomAlertPopupWindowImage. |
Constructors
CustomAlertPopupWindowImageClickedEventArgs
Initializes a new instance of CustomAlertPopupWindowImageClickedEventArgs class.
Properties
MouseEventArgs
Returns information about the current MouseEventArgs based on the current mouse movements over the CustomAlertPopupWindowImage.