Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewCancelEvent.cs / 1 / TreeViewCancelEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
using System.ComponentModel;
using System.Drawing;
using Microsoft.Win32;
///
///
///
/// Provides data for the ,
/// ,
/// ,
/// or event.
///
///
///
public class TreeViewCancelEventArgs : CancelEventArgs {
private TreeNode node;
private TreeViewAction action;
///
///
/// [To be supplied.]
///
public TreeViewCancelEventArgs(TreeNode node, bool cancel, TreeViewAction action)
: base(cancel) {
this.node = node;
this.action = action;
}
///
///
/// [To be supplied.]
///
public TreeNode Node {
get {
return node;
}
}
///
///
/// [To be supplied.]
///
public TreeViewAction Action {
get {
return action;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FontFaceLayoutInfo.cs
- SafeViewOfFileHandle.cs
- Logging.cs
- ResourceDisplayNameAttribute.cs
- HMACMD5.cs
- OdbcConnectionStringbuilder.cs
- OpCodes.cs
- configsystem.cs
- WebException.cs
- ContainerUIElement3D.cs
- TextRangeEditTables.cs
- CommandValueSerializer.cs
- Selection.cs
- FormatStringEditor.cs
- OpenTypeLayout.cs
- DATA_BLOB.cs
- ModuleElement.cs
- TdsParserSafeHandles.cs
- HttpRuntimeSection.cs
- SchemaCollectionPreprocessor.cs
- MenuItemCollectionEditor.cs
- WindowPattern.cs
- EventDescriptor.cs
- ProfileProvider.cs
- EditorServiceContext.cs
- Char.cs
- DeviceContext.cs
- SerializerWriterEventHandlers.cs
- UriTemplatePathSegment.cs
- WebHttpSecurityModeHelper.cs
- Stackframe.cs
- TaiwanLunisolarCalendar.cs
- DiscoveryClientRequestChannel.cs
- DataGridCommandEventArgs.cs
- ListBox.cs
- WriteableOnDemandPackagePart.cs
- VerificationException.cs
- ValidatingCollection.cs
- ItemList.cs
- Point4DConverter.cs
- AlternateViewCollection.cs
- TextTrailingWordEllipsis.cs
- ProcessHostConfigUtils.cs
- GroupBox.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- ParseNumbers.cs
- ContractSearchPattern.cs
- FileDialog_Vista_Interop.cs
- InputLanguageProfileNotifySink.cs
- StringSorter.cs
- DateTime.cs
- MachineKeyConverter.cs
- QueryCursorEventArgs.cs
- FtpRequestCacheValidator.cs
- AssemblyUtil.cs
- ControlDesignerState.cs
- SystemNetworkInterface.cs
- Span.cs
- ErrorEventArgs.cs
- TextServicesPropertyRanges.cs
- Geometry3D.cs
- SHA256Cng.cs
- RunInstallerAttribute.cs
- EntityConnectionStringBuilder.cs
- ToggleButton.cs
- TreeViewImageIndexConverter.cs
- EntityCodeGenerator.cs
- CellLabel.cs
- CookielessHelper.cs
- XMLSyntaxException.cs
- XmlNodeComparer.cs
- SoapObjectInfo.cs
- WsatProxy.cs
- WindowVisualStateTracker.cs
- PropertyNames.cs
- DbFunctionCommandTree.cs
- UInt32.cs
- MobileUITypeEditor.cs
- UnsafeNativeMethods.cs
- SoapIgnoreAttribute.cs
- SQLGuid.cs
- Columns.cs
- UserMapPath.cs
- Pair.cs
- httpserverutility.cs
- RunWorkerCompletedEventArgs.cs
- Serializer.cs
- ManagedWndProcTracker.cs
- GetPageCompletedEventArgs.cs
- PrintDialogException.cs
- OleDbConnectionInternal.cs
- ReachDocumentReferenceSerializer.cs
- CategoryAttribute.cs
- BeginStoryboard.cs
- webeventbuffer.cs
- BoolLiteral.cs
- DataList.cs
- DispatcherHookEventArgs.cs
- SoapExtensionTypeElement.cs
- DataGridCommandEventArgs.cs