Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override void OnChange(
	FormatBase format,
	int propertyKey
)
Protected Overrides Sub OnChange ( 
	format As FormatBase,
	propertyKey As Integer
)
protected:
virtual void OnChange(
	FormatBase^ format, 
	int propertyKey
) override
abstract OnChange : 
        format : FormatBase * 
        propertyKey : int -> unit 
override OnChange : 
        format : FormatBase * 
        propertyKey : int -> unit 

Parameters

format
FormatBase
propertyKey
Int32

See Also