OnClipboardChanged Method (FpSpread)
In This Topic
Raises the
ClipboardChanged event.
Syntax
'Declaration
Protected Overridable Sub OnClipboardChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnClipboardChanged(e)
protected virtual void OnClipboardChanged(
EventArgs
)
Parameters
- e
- EventArgs object that contains the event data
See Also