'Declaration Public Overrides Sub ProcessGeneratedCode( _ ByVal codeCompileUnit As CodeCompileUnit, _ ByVal baseType As CodeTypeDeclaration, _ ByVal derivedType As CodeTypeDeclaration, _ ByVal buildMethod As CodeMemberMethod, _ ByVal dataBindingMethod As CodeMemberMethod _ )
'Usage Dim instance As SpreadControlBuilder Dim codeCompileUnit As CodeCompileUnit Dim baseType As CodeTypeDeclaration Dim derivedType As CodeTypeDeclaration Dim buildMethod As CodeMemberMethod Dim dataBindingMethod As CodeMemberMethod instance.ProcessGeneratedCode(codeCompileUnit, baseType, derivedType, buildMethod, dataBindingMethod)
public override void ProcessGeneratedCode( CodeCompileUnit codeCompileUnit, CodeTypeDeclaration baseType, CodeTypeDeclaration derivedType, CodeMemberMethod buildMethod, CodeMemberMethod dataBindingMethod )
Parameters
- codeCompileUnit
- The root container of a CodeDOM graph of the control that is being built.
- baseType
- The base type of the page or user control that contains the control that is being built.
- derivedType
- The derived type of the page or user control that contains the control that is being built.
- buildMethod
- The code that is used to build the control.
- dataBindingMethod
- The code that is used to build the data-binding method of the control.