Delegate CommentEventHandler
CommentEventHandler delegate
Represents the method that intend to handle comment events.
public delegate void CommentEventHandler(object sender, CommentEventArgs e);
Parameter | Type | Description |
---|---|---|
sender | Object | The source of the event. |
e | CommentEventArgs | The event argument. |
See Also
- class CommentEventArgs
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop