Proprietà DedLuaCommand.DedLuaCommandEventArgs.Context

LuaApplication DedApi

Proprietà DedLuaCommandDedLuaCommandEventArgsContext

Restituisce il contesto di selezione. In alcuni eventi non viene utilizzato ed ha valore null.

Namespace:  LuaApplication
Assembly:  DedLuaApplication (in DedLuaApplication.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public DedCommandContext Context { get; protected internal set; }
Public Property Context As DedCommandContext
	Get
	Protected Friend Set
public:
property DedCommandContext^ Context {
	DedCommandContext^ get ();
	protected public: void set (DedCommandContext^ value);
}
member Context : DedCommandContext with get, set

Valore della proprietà

Tipo: DedCommandContext
Vedi anche