UpdateDetailsDisplayCloseRequested Event |
Raised when
ShowCloseButton is
and a user
clicks the "Close" button on the control.
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 CloseRequested
Public Event CloseRequested As EventHandler
public:
event EventHandler^ CloseRequested {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member CloseRequested : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandler
Remarks
The close button does nothing on its own; you must handle this event to implement
any functionality.
See Also