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


Represents the event data for the EditorNotify event for the component, which occurs when the editor notifies the component of one of several changes.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class EditorNotifyEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As EditorNotifyEventArgs
C# 
public class EditorNotifyEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.EditorNotifyEventArgs

See Also