True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.Util.Xml.Serialization Namespace / Serializer.C1TypeDescriptorContextCreateInstance Class / OnComponentChanging Method

In This Topic
    OnComponentChanging Method (Serializer.C1TypeDescriptorContextCreateInstance)
    In This Topic
    Raises the System.ComponentModel.Design.IComponentChangeService.ComponentChanging event.
    Syntax
    'Declaration
     
    Public Function OnComponentChanging() As System.Boolean
    public System.bool OnComponentChanging()

    Return Value

    true if this object can be changed; otherwise, false.
    See Also