XamlDirective.LookupIsEvent Method

Definition

Returns whether this XamlDirective represents an event.

protected:
 override bool LookupIsEvent();
protected override sealed bool LookupIsEvent ();
override this.LookupIsEvent : unit -> bool
Protected Overrides NotOverridable Function LookupIsEvent () As Boolean

Returns

Always returns false.

Remarks

XamlDirective seals this virtual member; therefore, all XamlDirective types and all predefined XAML directives must use this behavior.

Applies to

See also