Show / Hide Table of Contents

Class EditDBModifDef

Dialog used to display and edit the CustomXMLPart utilized for storing the DBModif definitions, and the three parts of DBAddin settings (Addin level, user and central)

Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
EditDBModifDef
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
[DesignerGenerated]
public class EditDBModifDef : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Methods

| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Name Description
disposing
Overrides
System.Windows.Forms.Form.Dispose(System.Boolean)
| Improve this Doc View Source

myValidationEventHandler(Object, ValidationEventArgs)

validation handler for XML schema (user app settings and DBModif Def) checking

Declaration
public void myValidationEventHandler(object sender, ValidationEventArgs e)
Parameters
Name Description
sender
e
  • Improve this Doc
  • View Source
Back to top Generated by DocFX