The event notification filter is used to temporarily disable only the root events to prevent them from being raised. The event filtering can be used to improve client application performance.
Read-write property
[Visual Basic .NET] |
---|
Public Property NotificationFilter() As AgENotificationFilterMask |
[C#] |
---|
public AgENotificationFilterMask NotificationFilter {get; set;} |
[Managed C++] |
---|
public: __property AgENotificationFilterMask get_NotificationFilter(); |
[Unmanaged C++] |
---|
public: HRESULT get_NotificationFilter( |
[Java] |
---|
public AgENotificationFilterMask getNotificationFilter();public void setNotificationFilter( |