XamlMember::IsEvent Property

.NET Framework (current version)
 

Gets a value that indicates whether this XamlMember represents an event member.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property bool IsEvent {
	bool get();
}

Property Value

Type: System::Boolean

true if this XamlMember represents an event; otherwise, false.

Calling IsEvent invokes LookupIsEvent or a specific override of that method.

.NET Framework
Available since 4.0
Return to top
Show: