'Declaration Sub ElementNotify( _ ByVal o As Object, _ ByVal element As Object _ )
'Declaration
Sub ElementNotify( _ ByVal o As Object, _ ByVal element As Object _ )
'Usage Dim instance As IElementNotify Dim o As Object Dim element As Object instance.ElementNotify(o, element)
'Usage
Dim instance As IElementNotify Dim o As Object Dim element As Object instance.ElementNotify(o, element)
void ElementNotify( object o, object element )
IElementNotify Interface IElementNotify Members