[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ResultStringEventHandler

ResultStringEventHandler Delegate

Represents the method that will handle the GcImeManager.ResultString attached event.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public delegate void ResultStringEventHandler(object sender, ResultStringEventArgs e)
Public Delegate Sub ResultStringEventHandler(sender As Object, e As ResultStringEventArgs)
Parameters
Type Name Description
object sender

The object where the event handler is attached.

ResultStringEventArgs e

The event data.

Remarks

This delegate must be used by handlers of the GcImeManager.ResultString attached event.