OCXEvents_Event.add_GotFocus Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub add_GotFocus ( _
param0 As OCXEvents_GotFocusEventHandler _
)
'Usage
Dim instance As OCXEvents_Event
Dim param0 As OCXEvents_GotFocusEventHandler
instance.add_GotFocus(param0)
void add_GotFocus(
OCXEvents_GotFocusEventHandler param0
)