Provides data for the BeforeModeChange event.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public class BeforeModeChangeEventArgs : EventArgs
Visual Basic (Declaration)
Public Class BeforeModeChangeEventArgs _
	Inherits EventArgs

Remarks

This type is used in the BeforeModeChange event.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    C1.Win.XmlEditor..::.BeforeModeChangeEventArgs

See Also