次の方法で共有


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 で導入)

適用対象

こちらもご覧ください