Share via


ActionHandler Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ReadOnly Property ActionHandler As EventHandler
    Get
'Usage
Dim instance As LinkActions
Dim value As EventHandler

value = instance.ActionHandler
public EventHandler ActionHandler { get; }
public:
property EventHandler^ ActionHandler {
    EventHandler^ get ();
}
member ActionHandler : EventHandler
function get ActionHandler () : EventHandler

Property Value

Type: System..::..EventHandler

See Also

Reference

LinkActions Class

Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations Namespace