Method | Description | |
---|---|---|
CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System |
Initialize a new instance of the CloseRequestEventArgs class.
|
public CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System | ||
uniqueName | string | Unique name of the page associated with the event. |
closeRequest | DockingCloseRequest | Initial close action to use. |
return | System |