Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class
Fields Properties Methods Events


ClipboardChangeNotifier Class Members

The following tables list the members exposed by ClipboardChangeNotifier.

Public Constructors
 NameDescription
Public ConstructorConstructs a new instance of this class.  
Top
Protected Fields
 NameDescription
Protected FieldWhether this class has been disposed or not.  
Protected FieldWindow for which Clipboard change notification was installed.  
Protected FieldThe next handle in the Clipboard viewer chain when the Clipboard notification is installed, otherwise System.IntPtr.Zero.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Windows.Forms.NativeWindow)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Windows.Forms.NativeWindow)
Public Method (Inherited from System.Windows.Forms.NativeWindow)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.Windows.Forms.NativeWindow)
Public Method (Inherited from System.Windows.Forms.NativeWindow)
Public MethodUninstalls Clipboard event notifications if necessary during dispose of this object.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodInstalls Clipboard change notification. The AssignHandle method of this class must have been called first.  
Public Method (Inherited from System.Windows.Forms.NativeWindow)
Public MethodUninstalls Clipboard change notification.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Destructor  
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodRaises the ClipboardChanged event.  
Protected MethodOverridden. Responds to Window Handle change events and uninstalls the Clipboard change notification if it is installed.  
Protected Method (Inherited from System.Windows.Forms.NativeWindow)
Protected MethodOverridden. Provides default WndProc processing and responds to Clipboard change notifications.  
Top
Public Events
 NameDescription
Public EventNotifies of a change to the clipboard's content.  
Top
See Also