IModifiedExtensions
Wisej.Web.Markup.IModifiedExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.IModifiedExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the interface.
Sets the property of the target to the specified value.
TModified
target
value
Returns: . The target object with the modified property set.
This method allows for fluent syntax when setting the property.
TModified
target
action
The type of the target, which must implement .
The target object whose property is to be set.
The value to set for the property.
Subscribes an action to the event of the target.
The type of the target, which must implement .
The target object whose event is to be subscribed to.
The action to invoke when the event is raised.
Returns: . The target object with the event subscription added.
This method allows for fluent syntax when subscribing to the event.