ApplicationDefinitionApplicationDefinitionDataEventHandlerExtensionObjectName Property |
The name of the application's extension object that is responsible of the event handling and dispatching.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string EventHandlerExtensionObjectName { get; set; }
Public Property EventHandlerExtensionObjectName As String
Get
Set
public:
property String^ EventHandlerExtensionObjectName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also