TwitterOptions.Events Property
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.
Gets or sets the ITwitterEvents used to handle authentication events.
public:
property Microsoft::AspNetCore::Authentication::Twitter::ITwitterEvents ^ Events { Microsoft::AspNetCore::Authentication::Twitter::ITwitterEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Twitter::ITwitterEvents ^ value); };
public Microsoft.AspNetCore.Authentication.Twitter.ITwitterEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Twitter.ITwitterEvents with get, set
Public Property Events As ITwitterEvents