DispatcherQueueHandler 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.
A callback that will be executed on the DispatcherQueue thread.
public delegate void DispatcherQueueHandler();
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.Guid(772305577, 20009, 24340, 182, 136, 251, 150, 213, 249, 213, 248)]
public delegate void DispatcherQueueHandler();
[Windows.Foundation.Metadata.Guid(772305577, 20009, 24340, 182, 136, 251, 150, 213, 249, 213, 248)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public delegate void DispatcherQueueHandler();
var dispatcherQueueHandlerHandler = function(){
/* Your code */
}
Public Delegate Sub DispatcherQueueHandler()
- Attributes