XamlMember::LookupIsEvent Method ()
.NET Framework (current version)
Returns whether this XamlMember represents an event.
Assembly: System.Xaml (in System.Xaml.dll)
Return Value
Type: System::Booleantrue to report that this XamlMember represents an event; otherwise, false.
The default implementation checks whether UnderlyingMember is of type EventInfo, and if it is, returns true.
This method is invoked when a caller gets a value from IsEvent. Override this method if you want to report uniform results for an entire XamlMember derived class, or if you have specialized metadata available that can be interpreted to determine XAML type system representations on a per-case basis.
.NET Framework
Available since 4.0
Available since 4.0
Show: