C# Class CommonServices.Accessibility.HighlightElementRegisterEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Свойство Type Description
Element IHighlightableElement
HasRegistered bool
InternalName string
IsRoot bool

Méthodes publiques

Méthode Description
HighlightElementRegisterEventArgs ( IHighlightableElement element, string internalName, bool hasRegistered, bool isRoot ) : System

Method Details

HighlightElementRegisterEventArgs() public méthode

public HighlightElementRegisterEventArgs ( IHighlightableElement element, string internalName, bool hasRegistered, bool isRoot ) : System
element IHighlightableElement
internalName string
hasRegistered bool
isRoot bool
Résultat System

Property Details

Element public_oe property

public IHighlightableElement Element
Résultat IHighlightableElement

HasRegistered public_oe property

public bool HasRegistered
Résultat bool

InternalName public_oe property

public string InternalName
Résultat string

IsRoot public_oe property

public bool IsRoot
Résultat bool