Interface IControlPanel
Assembly: Experior.Interfaces.dll
Syntax
public interface IControlPanel
Properties
Controls
Declaration
List<object> Controls { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
EntityId
Declaration
Property Value
Type |
Description |
System.UInt64 |
|
TabName
Declaration
string TabName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Clear()
Declaration
Deselect()
Declaration
Lock()
Declaration
Unlock()
Declaration
Events
OnDisposed
Declaration
event EventHandler OnDisposed
Event Type
Type |
Description |
System.EventHandler |
|
OnNameChanged
Declaration
event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type