C# Class CommonServices.Accessibility.HighlightElementRegisterEventArgs

Inheritance: System.EventArgs
Show file Open project: Invenietis/ck-certified Class Usage Examples

Public Properties

Property Type Description
Element IHighlightableElement
HasRegistered bool
InternalName string
IsRoot bool

Public Methods

Method Description
HighlightElementRegisterEventArgs ( IHighlightableElement element, string internalName, bool hasRegistered, bool isRoot ) : System

Method Details

HighlightElementRegisterEventArgs() public method

public HighlightElementRegisterEventArgs ( IHighlightableElement element, string internalName, bool hasRegistered, bool isRoot ) : System
element IHighlightableElement
internalName string
hasRegistered bool
isRoot bool
return System

Property Details

Element public property

public IHighlightableElement Element
return IHighlightableElement

HasRegistered public property

public bool HasRegistered
return bool

InternalName public property

public string InternalName
return string

IsRoot public property

public bool IsRoot
return bool