Package system.windows.forms
Interface ISplitterCancelEventHandler
-
public interface ISplitterCancelEventHandler
The Java interface to be implemented to receive events from the CLR usingSplitterCancelEventHandler
.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.SplitterCancelEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(NetObject sender, SplitterCancelEventArgs e)
-
-
-
Method Detail
-
Invoke
void Invoke(NetObject sender, SplitterCancelEventArgs e)
-
-