In This Topic
Syntax
'Declaration
Public Sub DumpGroups( _
ByVal As Integer, _
ByVal As Boolean, _
ByVal handler As Action(Of Integer,Integer,Integer,Boolean), _
Optional ByVal handler1 As Action(Of Integer,Integer) _
)
'Usage
Dim instance As Outline
Dim level As Integer
Dim includeNestedGroup As Boolean
Dim handler As Action(Of Integer,Integer,Integer,Boolean)
Dim handler1 As Action(Of Integer,Integer)
instance.DumpGroups(level, includeNestedGroup, handler, handler1)
Parameters
- level
- includeNestedGroup
- handler
- handler1
See Also