EventHandlerAttributeFilterOptions Property |
Additional options to further filter the type of
objects/events to which the method is bound.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFEventFilterOptions FilterOptions { get; set; }
Public Property FilterOptions As MFEventFilterOptions
Get
Set
public:
property MFEventFilterOptions FilterOptions {
MFEventFilterOptions get ();
void set (MFEventFilterOptions value);
}
Property Value
Type:
MFEventFilterOptions
See Also