Spread Windows Forms 12.0 Product Documentation
AlignLeft_Clicked Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : AlignLeft_Clicked Method
Object that raised the event
Object of EventArgs class that contains event data
Occurs when the left alignment is selected.
Syntax
'Declaration
 
Public Sub AlignLeft_Clicked( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As RichTextEditor
Dim sender As Object
Dim e As EventArgs
 
instance.AlignLeft_Clicked(sender, e)
public void AlignLeft_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