Occurs when the Print method is called and before
Namespace:
Greatis.PrintSuite.DesignerAssembly: Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event BeginPrint As PrintEventHandler |
C# |
---|
public event PrintEventHandler BeginPrint |
Visual C++ |
---|
public: event PrintEventHandler^ BeginPrint { void add (PrintEventHandler^ value); void remove (PrintEventHandler^ value); } |
JavaScript |
---|
function add_beginPrint(value); function remove_beginPrint(value); |