Class SkinActionEventArgs
Class SkinActionEventArgs.
Inherited Members
Namespace: VisioForge.Core.UI.Skins
Assembly: VisioForge.Core.dll
Syntax
public class SkinActionEventArgs : EventArgs
Constructors
SkinActionEventArgs(SkinElementType)
Initializes a new instance of the SkinActionEventArgs class.
Declaration
public SkinActionEventArgs(SkinElementType elementType)
Parameters
| Type | Name | Description |
|---|---|---|
| SkinElementType | elementType | The element type. |
Properties
HandleAndIgnore
Gets or sets a value indicating whether action handled and we should ignore it inside controls panel.
Declaration
public bool HandleAndIgnore { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
Gets the type.
Declaration
public SkinElementType Type { get; }
Property Value
| Type | Description |
|---|---|
| SkinElementType | The type. |