ToolStripArrowRenderEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the RenderArrow event of a ToolStripRenderer. This class cannot be inherited.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Public Delegate Sub ToolStripArrowRenderEventHandler ( sender As Object, e As ToolStripArrowRenderEventArgs )
Parameters
- sender
-
Type:
System.Object
The source of the event, the ToolStripRenderer.
- e
-
Type:
System.Windows.Forms.ToolStripArrowRenderEventArgs
A ToolStripArrowRenderEventArgs that contains the event data.
.NET Framework
Available since 2.0
Available since 2.0
Show: