_Application.EnableEvents Eigenschaft
Definition
Hat den Wert True, wenn für das angegebene Objekt Ereignisse aktiviert sind.True if events are enabled for the specified object.
public:
property bool EnableEvents { bool get(); void set(bool value); };
public bool EnableEvents { get; set; }
Public Property EnableEvents As Boolean