PropertyValue.PropertyValueException-Ereignis
Aktualisiert: November 2007
Stellt die Methode dar, die das PropertyValueException-Ereignis des PropertyValue behandelt.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs)
'Usage
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);
}
JScript unterstützt keine Ereignisse.
Hinweise
Dieses Ereignis wird von der OnPropertyValueException-Methode ausgelöst.
Berechtigungen
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.Windows.Design.PropertyEditing-Namespace