MFEventFilterOptions Enumeration |
Flags that allow further filtering of event handler delegation.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic enum MFEventFilterOptions
Public Enumeration MFEventFilterOptions
public enum class MFEventFilterOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No filtering.
|
| IgnoreTemplates | 1 |
Filter out template object.
|
| IgnoreRecords | 2 |
Filter out objects that are marked as records.
|
| Template | 4 |
Accept only objects that are template objects.
|
| Record | 8 |
Accept only objects that are marked as record objects.
|
See Also