ButtonNavigator.CloseButtonClickHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the close button is clicked.
public: delegate void ButtonNavigator::CloseButtonClickHandler(System::Object ^ application);
public delegate void ButtonNavigator.CloseButtonClickHandler(object application);
type ButtonNavigator.CloseButtonClickHandler = delegate of obj -> unit
Public Delegate Sub ButtonNavigator.CloseButtonClickHandler(application As Object)
Parameters
- application
- Object
Specifies the application.