PropertyValue.PropertyValueException (Evento)
Representa el método que controla el evento PropertyValueException de PropertyValue.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
Public Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs)
public event EventHandler<PropertyValueExceptionEventArgs> PropertyValueException
public:
event EventHandler<PropertyValueExceptionEventArgs^>^ PropertyValueException {
void add (EventHandler<PropertyValueExceptionEventArgs^>^ value);
void remove (EventHandler<PropertyValueExceptionEventArgs^>^ value);
}
member PropertyValueException : IEvent<EventHandler<PropertyValueExceptionEventArgs>,
PropertyValueExceptionEventArgs>
JScript no admite eventos.
Comentarios
El método OnPropertyValueException provoca este evento.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)