Partilhar via


Método ModelEvent.IsEventOfType (TypeIdentifier)

Determina se esse evento é do tipo especificado ou implementa a interface do tipo especificado.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se esse evento é do tipo representado por typeIdentifer; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ModelEvent Classe

Sobrecargas IsEventOfType

Namespace Microsoft.Windows.Design.Model

Outros recursos

Arquitetura de extensibilidade Designer WPF