Windows Media Player SDK banner art
PreviousNext

attribute_onchange

When a skin attribute changes value, an event occurs that can be handled by an event handler. The name of the event handler is the name of the attribute followed by an underscore and “onchange”, such as value_onchange.

Syntax

attribute_onchange

Example

<SLIDER 
  thumbImage = “thumb.gif”
  value_onchange = “JScript: if (value == 100) backgroundColor = ‘green’;”
/>

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.