EventHandlerEnvironmentIsTemplateObject Property |
Resolves if the event target is a template object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsTemplateObject { get; }
Public ReadOnly Property IsTemplateObject As Boolean
Get
public:
virtual property bool IsTemplateObject {
bool get () sealed;
}
Property Value
Type:
BooleanImplements
IEventHandlerEnvironmentIsTemplateObject
See Also