CopyToClipboardEventArgs.EventHandled Property
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use EventHandled instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Property EventHandled As Boolean
Get
Set
'Usage
Dim instance As CopyToClipboardEventArgs
Dim value As Boolean
value = instance.EventHandled
instance.EventHandled = value
public bool EventHandled { get; set; }
public:
property bool EventHandled {
bool get ();
void set (bool value);
}
member EventHandled : bool with get, set
function get EventHandled () : boolean
function set EventHandled (value : boolean)
Property Value
Type: System.Boolean
A Boolean value.