Interface IUIEvent
.NET interface for TO BE DEFINED FROM USER
public interface IUIEvent : IEvent
- Inherited Members
Properties
Detail
int Detail { get; }
Property Value
View
AbstractView View { get; }
Property Value
Methods
InitUIEvent(String, bool, bool, AbstractView, int)
void InitUIEvent(String arg0, bool arg1, bool arg2, AbstractView arg3, int arg4)
Parameters
arg0
Stringarg1
boolarg2
boolarg3
AbstractViewarg4
int