Spread Windows Forms 12.0 Product Documentation
Color_Clicked Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : Color_Clicked Method
Object that raised the event
Object of EventArgs class that contains event data
Occurs when the color is selected.
Syntax
'Declaration
 
Public Sub Color_Clicked( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As RichTextEditor
Dim sender As Object
Dim e As EventArgs
 
instance.Color_Clicked(sender, e)
public void Color_Clicked( 
   object sender,
   EventArgs e
)

Parameters

sender
Object that raised the event
e
Object of EventArgs class that contains event data
See Also

Reference

RichTextEditor Class
RichTextEditor Members