Método ModelEvent.IsEventOfType (Type)

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 ( _
    type As Type _
) As Boolean
public virtual bool IsEventOfType(
    Type type
)
public:
virtual bool IsEventOfType(
    Type^ type
)
abstract IsEventOfType : 
        type:Type -> bool 
override IsEventOfType : 
        type:Type -> bool 
public function IsEventOfType(
    type : Type
) : boolean

Parâmetros

Valor de retorno

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

Exceções

Exceção Condição
ArgumentNullException

type is nulluma referência nula (Nothing no Visual Basic).

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