DesignerActionUIStateChangeEventArgs Klasse
Definition
Stellt Daten für das DesignerActionUIStateChange-Ereignis bereit.Provides data for the DesignerActionUIStateChange event.
public ref class DesignerActionUIStateChangeEventArgs : EventArgs
public class DesignerActionUIStateChangeEventArgs : EventArgs
type DesignerActionUIStateChangeEventArgs = class
inherit EventArgs
Public Class DesignerActionUIStateChangeEventArgs
Inherits EventArgs
- Vererbung
Hinweise
Ein- DesignerActionUIStateChange Ereignis tritt auf, wenn ein smarttagpanel angezeigt oder ausgeblendet wird.A DesignerActionUIStateChange event occurs when a smart tag panel is displayed or hidden. Dieses Ereignis wird nicht direkt vom Panel generiert, sondern von der DesignerActionUIService -Klasse, wenn die ShowUI -und- HideUI Methoden ausgeführt werden.This event is not generated directly by the panel but rather by the DesignerActionUIService class when its ShowUI and HideUI methods are executed.
Konstruktoren
DesignerActionUIStateChangeEventArgs(Object, DesignerActionUIStateChangeType) |
Initialisiert eine neue Instanz der DesignerActionUIStateChangeEventArgs-Klasse.Initializes a new instance of the DesignerActionUIStateChangeEventArgs class. |
Eigenschaften
ChangeType |
Ruft ein Flag ab, das angibt, ob der Smarttagbereich angezeigt oder ausgeblendet wird.Gets a flag indicating whether the smart tag panel is being displayed or hidden. |
RelatedObject |
Ruft das Objekt ab, das dem Smarttagbereich zugeordnet ist.Gets the object that is associated with the smart tag panel. |
Methoden
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |