Example #1
0
 private static extern void NativeRegisterWindowCloseCallback(WindowCloseEventHandler pHandler);
Example #2
0
File: Window.cs Project: rbua/JILK
 public void OnClose()
 {
     WindowCloseEventHandler?.Invoke(this, EventArgs.Empty);
 }