Spread Windows Forms 12.0 Product Documentation
LoadFile_Clicked Method


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