'Declaration
Public Event StickyNoteCreated As StickyNoteEventHandler
'Usage
Dim instance As SheetView Dim handler As StickyNoteEventHandler AddHandler instance.StickyNoteCreated, handler
public event StickyNoteEventHandler StickyNoteCreated
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.
Property | Description |
---|---|
StickyNoteStyleInfo | Gets or sets the style information of the sticky note that has changed. |
See Also