Click or drag to resize

BCObjectExtender Methods

The BCObjectExtender type exposes the following members.

Methods
  NameDescription
Public methodAfterDelete
Raises the AfterDelete event.
Public methodAfterEditRedline
Raises the AfterEditRedline event.
Public methodAfterInvoke
Raises the AfterInvoke event.
Public methodAfterInvoke(String)
Raises the AfterInvoke event.
Public methodAfterPrint
Raises the AfterDraftPrint event.
Public methodAfterReplaceContent
Raises the AfterReplaceContent event.
Public methodBeforeDelete
Raises the BeforeDelete event.
Public methodBeforeEditRedline
Raises the BeforeEditRedline event.
Public methodBeforeInvoke
Raises the BeforeInvoke event.
Public methodBeforePrint
Raises the BeforeDraftPrint event (without showing an object in the print preview screen).
Public methodBeforePrint(Boolean)
Raises the BeforeDraftPrint event.
Public methodBeforeReplaceContent
Raises the BeforeReplaceContent event.
Public methodCalculateFileName
Raises events that occur when the file name for an object is recalculated.
Public methodChangeDocumentType
Raises events that occur when the document type of a document is changed.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInit Obsolete.
Initializes the manager object.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
Public methodPrint
Prints the document without showing Print Setup dialog.
Public methodPrint(Boolean)
Prints the document.
Public methodRename
Raises events that occur when an object is renamed.
Public methodRunNewWizard
Shows wizards and raises events that occur when an object is created.
Public methodRunNewWizard(String)
Shows wizards and raises events that occur when an object is created.
Public methodRunNewWizard(String, BCFolder)
Shows wizards and raises events that occur when an object is created.
Public methodRunNewWizard(String, BCFolder, NewDocFlags)
Shows wizards and raises events that occur when an object is created.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also