Share via


BinaryResource.Changed Event

When overridden in a derived class, occurs when the content of the stream changes.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public MustOverride Event Changed As EventHandler
'Usage
Dim instance As BinaryResource 
Dim handler As EventHandler 

AddHandler instance.Changed, handler
public abstract event EventHandler Changed
public:
virtual   event EventHandler^ Changed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

Remarks

Calling the OpenStream method after this event is raised will return the updated contents.

.NET Framework Security

See Also

Reference

BinaryResource Class

BinaryResource Members

Microsoft.Windows.Design.Services Namespace

Other Resources

WPF Designer Extensibility Architecture