Jump to content
Software FX Community

Property Change event


User (Legacy)

Recommended Posts

I see that there are some events that are raised when some properties are

changed but not all of the properties. i.e Changing chart type.

Here are the events that I am using:

ChangeColor

ChangeFont

ChangePalette

ChangePattern

ChangeString

ChangeType

ChangeValue

Should I use any others?

Thanks

Daniel Reber

Link to comment
Share on other sites

It depends what do you want to do with it.

If the question is: Is there an event for every single property that can be

changed through the Chart FX UI, the answer is no, we only have events for

properties we consider "important" to catch.

You can however capture all the toolbar and menu options by processing the

InternalCommand event. This event is even fired when the Apply (OK) button

is pressed in the property pages. So if you want to capture all changes this

would be the way to go.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Great, thanks.

Dan

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:zA#hS9EXDHA.2332@WEBSERVER1...

> It depends what do you want to do with it.

>

> If the question is: Is there an event for every single property that can

be

> changed through the Chart FX UI, the answer is no, we only have events for

> properties we consider "important" to catch.

>

> You can however capture all the toolbar and menu options by processing the

> InternalCommand event. This event is even fired when the Apply (OK) button

> is pressed in the property pages. So if you want to capture all changes

this

> would be the way to go.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...