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


Obsoleted. Use NoteEventArgs class instead. Represents the data for the sticky note event.

Object Model


Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.StickyNoteEventArgs

See Also