Freigeben über


TreeControl.ICallbackEventHandler.RaiseCallbackEvent-Methode

Löst Rückrufereignisse.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Private Sub RaiseCallbackEvent ( _
    eventArgument As String _
) Implements ICallbackEventHandler.RaiseCallbackEvent
'Usage
Dim instance As TreeControl
Dim eventArgument As String

CType(instance, ICallbackEventHandler).RaiseCallbackEvent(eventArgument)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
void ICallbackEventHandler.RaiseCallbackEvent(
    string eventArgument
)

Parameter

Implementiert

ICallbackEventHandler.RaiseCallbackEvent(String)

Siehe auch

Referenz

TreeControl Klasse

TreeControl-Member

Microsoft.SharePoint.Taxonomy-Namespace