Compartilhar via


BackstageEditBox.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 BackstageEditBox
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

BackstageEditBox Class

BackstageEditBox Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace