AutomationEventArgsMapping.Event 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 event details.
public:
property System::Windows::Automation::AutomationEvent ^ Event { System::Windows::Automation::AutomationEvent ^ get(); void set(System::Windows::Automation::AutomationEvent ^ value); };
public System.Windows.Automation.AutomationEvent Event { get; set; }
member this.Event : System.Windows.Automation.AutomationEvent with get, set
Public Property Event As AutomationEvent