This documentation is archived and is not being maintained.
StateBag.SetItemDirty Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Sub SetItemDirty( _ ByVal key As String, _ ByVal dirty As Boolean _ ) [C#] public void SetItemDirty( string key, bool dirty ); [C++] public: void SetItemDirty( String* key, bool dirty ); [JScript] public function SetItemDirty( key : String, dirty : Boolean );
See Also
Show: