Evento PropertyValue.PropertyValueException
Representa o método que manipula o PropertyValueException evento da PropertyValue.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (em Microsoft.Windows.Design.dll)
Sintaxe
Public Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs)
Dim instance As PropertyValue
Dim handler As EventHandler(Of PropertyValueExceptionEventArgs)
AddHandler instance.PropertyValueException, handler
public event EventHandler<PropertyValueExceptionEventArgs> PropertyValueException
public:
event EventHandler<PropertyValueExceptionEventArgs^>^ PropertyValueException {
void add (EventHandler<PropertyValueExceptionEventArgs^>^ value);
void remove (EventHandler<PropertyValueExceptionEventArgs^>^ value);
}
O JScript não oferece suporte a eventos.
Comentários
Este evento é gerado pelo OnPropertyValueException método.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing