ClosableNotifierHandler 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.
Represents a method that handles IClosableNotifier events.
public delegate void ClosableNotifierHandler();
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.Guid(1200417896, 60046, 21244, 135, 226, 200, 25, 222, 0, 15, 146)]
public delegate void ClosableNotifierHandler();
var closableNotifierHandlerHandler = function(){
/* Your code */
}
Public Delegate Sub ClosableNotifierHandler()
- Attributes