EventHandlerEnvironmentIsObjectEvent Property |
Resolves if the event is object version specific event.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsObjectEvent { get; }
Public ReadOnly Property IsObjectEvent As Boolean
Get
public:
virtual property bool IsObjectEvent {
bool get () sealed;
}
Property Value
Type:
BooleanImplements
IEventHandlerEnvironmentIsObjectEvent
See Also