Sdílet prostřednictvím


AutomationEvent.EventRaised – událost

Obor názvů:  System.Runtime.InteropServices.Automation
Sestavení:  System.Windows (v System.Windows.dll)

Syntaxe

'Deklarace
Public Event EventRaised As EventHandler(Of AutomationEventArgs)
public event EventHandler<AutomationEventArgs> EventRaised
public:
 event EventHandler<AutomationEventArgs^>^ EventRaised {
    void add (EventHandler<AutomationEventArgs^>^ value);
    void remove (EventHandler<AutomationEventArgs^>^ value);
}
member EventRaised : IEvent<EventHandler<AutomationEventArgs>,
    AutomationEventArgs>

Informace o verzi

.NET pro aplikace pro Windows Phone

Podporováno v: Windows Phone 8, Silverlight 8.1

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AutomationEvent Třída

System.Runtime.InteropServices.Automation – obor názvů