Class ManagedRebindDataRefreshedEvent
Published by InputRebindManager when its data model is rebuilt (e.g., after RefreshAll() or Initialize(ConfigLayout)).
Inherited Members
ScyllaEvent.IsCancelled
ScyllaEvent.StopPropagation()
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public class ManagedRebindDataRefreshedEvent : ScyllaEvent
Properties
ActionCount
Gets or sets the total number of action entries in the rebuilt data model.
Declaration
public int ActionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MapCount
Gets or sets the number of action maps in the rebuilt data model.
Declaration
public int MapCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |