HypernovaDesktop Components · docs
Binarymission
WinFormsAlert Popup › CustomAlertPopupWindowImageClickedEventArgs

CustomAlertPopupWindowImageClickedEventArgs

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NotificationControls

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

CustomAlertPopupWindowImageClickedEventArgsInitializes a new instance of CustomAlertPopupWindowImageClickedEventArgs class.
MouseEventArgsReturns information about the current MouseEventArgs based on the current mouse movements over the CustomAlertPopupWindowImage.

Constructors

CustomAlertPopupWindowImageClickedEventArgs

public CustomAlertPopupWindowImageClickedEventArgs()

Initializes a new instance of CustomAlertPopupWindowImageClickedEventArgs class.

Properties

MouseEventArgs

public MouseEventArgs MouseEventArgs

Returns information about the current MouseEventArgs based on the current mouse movements over the CustomAlertPopupWindowImage.