TwitterHandler.Events プロパティ

定義

ハンドラーは、処理が発生している特定のポイントでアプリケーションコントロールを提供するイベントに対してメソッドを呼び出します。 指定されていない場合、メソッドの呼び出し時に、何もしない既定のインスタンスが提供されます。

protected:
 property Microsoft::AspNetCore::Authentication::Twitter::TwitterEvents ^ Events { Microsoft::AspNetCore::Authentication::Twitter::TwitterEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Twitter::TwitterEvents ^ value); };
protected Microsoft.AspNetCore.Authentication.Twitter.TwitterEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Twitter.TwitterEvents with get, set
Protected Property Events As TwitterEvents

プロパティ値

適用対象