Share via


ResumingEventHandler 代理人

定義

表示處理應用程式繼續事件的方法。

public delegate void ResumingEventHandler(Platform::Object ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(643406761, 41517, 18438, 167, 40, 172, 173, 193, 208, 117, 250)]
class ResumingEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(643406761, 41517, 18438, 167, 40, 172, 173, 193, 208, 117, 250)]
public delegate void ResumingEventHandler(object sender);
var resumingEventHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub ResumingEventHandler(sender As Object)

參數

sender
Object

Platform::Object

IInspectable

寄件者。

屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於

另請參閱