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