Exemplo n.º 1
0
 private static extern void NativeRegisterWindowCloseCallback(WindowCloseEventHandler pHandler);
Exemplo n.º 2
0
Arquivo: Window.cs Projeto: rbua/JILK
 public void OnClose()
 {
     WindowCloseEventHandler?.Invoke(this, EventArgs.Empty);
 }