Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ResultStringEventArgs Class
Members


In This Topic
    ResultStringEventArgs Class
    In This Topic
    Provides the data for the GcImeManager.ResultString attached event.
    Object Model
    ResultStringEventArgs Class
    Syntax
    'Declaration
     
    Public Class ResultStringEventArgs 
       Inherits System.Windows.RoutedEventArgs
    'Usage
     
    Dim instance As ResultStringEventArgs
    public class ResultStringEventArgs : System.Windows.RoutedEventArgs 
    Remarks
    The ResultString takes place when there has been changes made in the IME conversion window.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Windows.RoutedEventArgs
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ResultStringEventArgs

    See Also