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