Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- typeIdentifier
Type: Microsoft.Windows.Design.Metadata.TypeIdentifier
A TypeIdentifier object that represents the type.
Return Value
Type: System.Boolean
true if this event is of the type represented by typeIdentifer; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace