Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / StickyNoteMoved Event


In This Topic
    StickyNoteMoved Event
    In This Topic
    Obsolete. Use NoteMoved instead. Occurs when a sticky note is moved on the sheet.
    Syntax
    'Declaration
     
    
    Public Event StickyNoteMoved As StickyNoteEventHandler
    'Usage
     
    
    Dim instance As SheetView
    Dim handler As StickyNoteEventHandler
     
    AddHandler instance.StickyNoteMoved, handler
    public event StickyNoteEventHandler StickyNoteMoved
    Event Data

    The event handler receives an argument of type StickyNoteEventArgs containing data related to this event. The following StickyNoteEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the style information of the sticky note that has changed.  
    See Also