CopyToClipboardEventArgs.EventHandled Property

Definition

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.

public:
 property bool EventHandled { bool get(); void set(bool value); };
public bool EventHandled { get; set; }
member this.EventHandled : bool with get, set
Public Property EventHandled As Boolean

Property Value

A Boolean value.

Applies to