DataViewBrowseObject.SetEvents Method

Sets the specified events for the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣告
Public Sub SetEvents ( _
    ParamArray events As EventDescriptor() _
)
public void SetEvents(
    params EventDescriptor[] events
)
public:
void SetEvents(
    ... array<EventDescriptor^>^ events
)
member SetEvents : 
        events:EventDescriptor[] -> unit 
public function SetEvents(
    ... events : EventDescriptor[]
)

Parameters

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace