VaultApplicationBaseeventHandlerMethods Field

Collections of the event handling methods.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected Dictionary<MFEventHandlerType, List<IEventHandlerMethodInfo>> eventHandlerMethods

Field Value

DictionaryMFEventHandlerType, ListIEventHandlerMethodInfo

Remarks

Found through reflection for the IEventHandlerAttribute.

See Also