BackstageComboBox.OnChange Property
onChange.Represents the attribte in schema: onChange
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "onChange")> _
Public Property OnChange As StringValue
Get
Set
'Usage
Dim instance As BackstageComboBox
Dim value As StringValue
value = instance.OnChange
instance.OnChange = value
[SchemaAttrAttribute(, "onChange")]
public StringValue OnChange { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue