Share via


ComboBox.OnChange Property

onChange.Represents the attribte in schema: onChange

Namespace:  DocumentFormat.OpenXml.Office.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "onChange")> _
Public Property OnChange As StringValue
    Get
    Set
'Usage
Dim instance As ComboBox
Dim value As StringValue

value = instance.OnChange

instance.OnChange = value
[SchemaAttrAttribute(, "onChange")]
public StringValue OnChange { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ComboBox Class

ComboBox Members

DocumentFormat.OpenXml.Office.CustomUI Namespace