Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method removes a delegate from the VisualStateChanging event for this visual-state group.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveVisualStateChangingEventHandler(
IXRDelegate<XRValueChangedEventArgs<IXRVisualState *>>* pDelegate
)= 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType> object that was passed into IXRVisualStateGroup::AddVisualStateChangingEventHandler that you want to remove from the VisualStateChanging event.
Return Value
Returns an HRESULT that indicates success or failure.
Returns XR_E_INVALID_OBJECT if pDelegate is not a Silverlight object.
.NET Framework Equivalent
None.
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
IXRVisualStateGroup
IXRVisualStateGroup::RemoveVisualStateChangedEventHandler