Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / DesignerRegionMouseEventArgs.cs / 1 / DesignerRegionMouseEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System.Drawing; public sealed class DesignerRegionMouseEventArgs : EventArgs { private Point _location; private DesignerRegion _region; ////// public DesignerRegionMouseEventArgs(DesignerRegion region, Point location) { _location = location; _region = region; } ////// public Point Location { get { return _location; } } ////// public DesignerRegion Region { get { return _region; } } } } // 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
- DataContractFormatAttribute.cs
- VisualTreeHelper.cs
- CurrentChangingEventArgs.cs
- XamlDesignerSerializationManager.cs
- NetworkInformationPermission.cs
- XmlIterators.cs
- DocumentDesigner.cs
- Control.cs
- SecurityElement.cs
- OleDragDropHandler.cs
- ReflectionUtil.cs
- XmlUtf8RawTextWriter.cs
- BufferedGraphicsManager.cs
- Configuration.cs
- XmlSchemaInclude.cs
- VersionedStream.cs
- ParenthesizePropertyNameAttribute.cs
- XhtmlBasicObjectListAdapter.cs
- DiagnosticsConfigurationHandler.cs
- CodeTypeDeclarationCollection.cs
- FixedDocument.cs
- GeneratedCodeAttribute.cs
- Polygon.cs
- ForceCopyBuildProvider.cs
- Pen.cs
- FrameSecurityDescriptor.cs
- Window.cs
- XmlCompatibilityReader.cs
- _NegoStream.cs
- PlanCompilerUtil.cs
- StringUtil.cs
- ImageCodecInfo.cs
- TargetInvocationException.cs
- Message.cs
- BaseParser.cs
- ContentTextAutomationPeer.cs
- EditableTreeList.cs
- ApplicationContext.cs
- Literal.cs
- CachedPathData.cs
- WindowsFormsEditorServiceHelper.cs
- DateTimeValueSerializerContext.cs
- InkPresenterAutomationPeer.cs
- SafeMarshalContext.cs
- SwitchElementsCollection.cs
- RadioButton.cs
- FontSizeConverter.cs
- BindingContext.cs
- SqlDataSourceQueryConverter.cs
- DecoderBestFitFallback.cs
- MemberDomainMap.cs
- ExtendedProperty.cs
- RegistrySecurity.cs
- ToolStripLocationCancelEventArgs.cs
- ByteFacetDescriptionElement.cs
- DateTimeOffsetConverter.cs
- Configuration.cs
- LabelDesigner.cs
- SHA1Managed.cs
- SharedUtils.cs
- ObjectHandle.cs
- ToolZone.cs
- OleDbEnumerator.cs
- IDispatchConstantAttribute.cs
- ElementsClipboardData.cs
- NullRuntimeConfig.cs
- PresentationSource.cs
- EntityParameterCollection.cs
- BypassElementCollection.cs
- JavaScriptObjectDeserializer.cs
- ValidatedControlConverter.cs
- ScriptReferenceEventArgs.cs
- FontStretch.cs
- QilTargetType.cs
- InputBinding.cs
- ListBindingConverter.cs
- UpnEndpointIdentity.cs
- AccessText.cs
- AnnotationObservableCollection.cs
- DataGridViewCell.cs
- WebPartEventArgs.cs
- FreezableOperations.cs
- FontUnitConverter.cs
- InkCanvasSelectionAdorner.cs
- WebBrowserNavigatedEventHandler.cs
- SqlResolver.cs
- SpeakProgressEventArgs.cs
- XmlAnyElementAttributes.cs
- DataGridViewRowsAddedEventArgs.cs
- ListBoxItemAutomationPeer.cs
- CultureInfo.cs
- TypeElement.cs
- StructuralCache.cs
- HeaderedContentControl.cs
- Cursors.cs
- _Connection.cs
- ErrorWrapper.cs
- PersonalizableAttribute.cs
- WebPartEditVerb.cs
- SourceFileBuildProvider.cs