SequentialWorkflowHeaderFooter.OnPaint(ActivityDesignerPaintEventArgs) Método
Definição
Desenha o cabeçalho ou rodapé associado com o designer de raiz de fluxo de trabalho na superfície de design.Draws the header or footer associated with the workflow root designer on the design surface.
public:
virtual void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
public virtual void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
abstract member OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Public Overridable Sub OnPaint (e As ActivityDesignerPaintEventArgs)
Parâmetros
Um ActivityDesignerPaintEventArgs que contém os dados do evento.An ActivityDesignerPaintEventArgs that contains the event data.
Exceções
e contém uma referência nula (Nothing no Visual Basic).e contains a null reference (Nothing in Visual Basic).