ClosableNotifierHandler Delegate

Definition

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

Applies to

See also