FarPoint.Win.Spread
HyperLinkClickedEventArgs Class Members
See Also  Properties 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : HyperLinkClickedEventArgs Class


The following tables list the members exposed by HyperLinkClickedEventArgs.

Public Constructors

 NameDescription
Public ConstructorHyperLinkClickedEventArgs Constructor Creates a new object with the ActiveSheetChanging event arguments.  
Top

Public Properties

 NameDescription
Public PropertyColumn Gets the column index of the cell with the editor that raised the event.  
Public PropertyEditingControl Gets the Control object that raises the event.  
Public PropertyLink Gets or sets the link.  
Public PropertyLinkIndex Gets or sets the index of the link clicked.  
Public PropertyRow Gets the row index of the cell with the editor that raised the event.  
Public PropertyView Gets the view that contains the cell with the editor that raised the event.  
Top

See Also