This document is archived and information here might be outdated. Recommended version. |
Indicates if event notification is fired on validate.
[Visual Basic .NET]
Public Property EventNotificationOnValidate As Boolean
[C#]
public bool EventNotificationOnValidate {get; set;}
[C++]
HRESULT get_EventNotificationOnValidate(
Boolean* eventNotification
);
[C++]
HRESULT put_EventNotificationOnValidate(
VARIANT_BOOL eventNotification
);
[C++] Parameters eventNotification [out, retval]
eventNotification is a parameter of type bool* eventNotification [in]
eventNotification is a parameter of type bool