UpdateNotifyIconDisplayClick Event |
Raised when the notification area icon is clicked.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic event EventHandler Click
Public Event Click As EventHandler
public:
event EventHandler^ Click {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member Click : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandler
See Also