Version

RecordForceFireEvents Property

By default the value is Null, if Null the behavior defaults to how the individual proxy bests decides to handle the scenario. If the value is true when the proxy wires into the events of the control, it will force the events to be handled by the proxy even if the event was "handled" by an earlier FrameworkElement. If false, any event "handled" by an earlier FrameworkElement that would suppress it from firing up the chain, will keep the proxy from handling the event.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=501, DefaultValue=False)>
Protected Property RecordForceFireEvents As System.Nullable(Of Boolean)
[ProxySetting(TypeIDValue=501, DefaultValue=False)]
protected System.Nullable<bool> RecordForceFireEvents {get; set;}
[ProxySetting(TypeIDValue=501, DefaultValue=False)]
protected: __property System.Nullable<bool> get_RecordForceFireEvents();
protected: __property void set_RecordForceFireEvents( 
   System.Nullable<bool> value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also