[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorCancelEventHandler

RichTextEditor.SubEditorCancelEventHandler Delegate

Represents a defined method that handles the canceling of the SubEditorOpening event for the FpSpread component.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate bool RichTextEditor.SubEditorCancelEventHandler(object sender, RichTextEditor.SubEditorCancelEventArgs e)
Public Delegate Function RichTextEditor.SubEditorCancelEventHandler(sender As Object, e As RichTextEditor.SubEditorCancelEventArgs) As Boolean
Parameters
Type Name Description
object sender

Object that raised the event

RichTextEditor.SubEditorCancelEventArgs e

Object of RichTextEditor.SubEditorCancelEventArgs class that contains event data

Returns
Type Description
bool Represents a defined method that handles the canceling of the event for the FpSpread component.