ModelEvent.IsEventOfType Method (TypeIdentifier)

Determines whether this event is of the specified type, or implements the interface of the specified type.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Overridable Function IsEventOfType ( _
    typeIdentifier As TypeIdentifier _
) As Boolean
public virtual bool IsEventOfType(
    TypeIdentifier typeIdentifier
)
public:
virtual bool IsEventOfType(
    TypeIdentifier typeIdentifier
)
abstract IsEventOfType : 
        typeIdentifier:TypeIdentifier -> bool 
override IsEventOfType : 
        typeIdentifier:TypeIdentifier -> bool 
public function IsEventOfType(
    typeIdentifier : TypeIdentifier
) : boolean

Parameters

Return Value

Type: System.Boolean
true if this event is of the type represented by typeIdentifer; otherwise, false.

.NET Framework Security

See Also

Reference

ModelEvent Class

IsEventOfType Overload

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture