Namespace: DeltaEngine.CoreAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
event Action<Size, bool> FullscreenChanged
event Action<Size, bool> FullscreenChanged
Event FullscreenChanged As Action(Of Size, Boolean)
Event FullscreenChanged As Action(Of Size, Boolean)
event Action<Size, bool>^ FullscreenChanged {
void add (Action<Size, bool>^ value);
void remove (Action<Size, bool>^ value);
}
event Action<Size, bool>^ FullscreenChanged {
void add (Action<Size, bool>^ value);
void remove (Action<Size, bool>^ value);
}
abstract FullscreenChanged : IEvent<Action<Size, bool>,
EventArgs>
abstract FullscreenChanged : IEvent<Action<Size, bool>,
EventArgs>
Value
Type:
System Action Size,
Boolean