Code:
/ DotNET / DotNET / 8.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
- DrawingDrawingContext.cs
- DBSqlParser.cs
- GeometryHitTestParameters.cs
- EngineSite.cs
- SuppressMessageAttribute.cs
- PersonalizationState.cs
- PageAdapter.cs
- PageContent.cs
- PointLight.cs
- MultipartIdentifier.cs
- TableLayoutStyle.cs
- CodePageEncoding.cs
- FixedSOMElement.cs
- ClonableStack.cs
- SpellCheck.cs
- WorkflowDataContext.cs
- Exceptions.cs
- MediaElementAutomationPeer.cs
- EmptyStringExpandableObjectConverter.cs
- QueryGeneratorBase.cs
- WebPartConnectionsConnectVerb.cs
- RelatedView.cs
- TextRangeEditLists.cs
- __Error.cs
- SqlProviderManifest.cs
- SafeFileHandle.cs
- BitmapSourceSafeMILHandle.cs
- PointAnimationUsingPath.cs
- ExceptionHandler.cs
- ChannelServices.cs
- CharEntityEncoderFallback.cs
- EtwTrace.cs
- QueryException.cs
- BufferedWebEventProvider.cs
- ChtmlTextBoxAdapter.cs
- ServiceContractGenerator.cs
- PolicyLevel.cs
- ListItemCollection.cs
- Geometry.cs
- _ListenerResponseStream.cs
- AmbientLight.cs
- HtmlButton.cs
- PathGeometry.cs
- DetailsViewCommandEventArgs.cs
- XsdCachingReader.cs
- LoadWorkflowByKeyAsyncResult.cs
- WindowInteropHelper.cs
- KoreanLunisolarCalendar.cs
- StringFunctions.cs
- SqlDataSourceStatusEventArgs.cs
- OlePropertyStructs.cs
- LineVisual.cs
- LayoutEditorPart.cs
- AliasExpr.cs
- CheckoutException.cs
- PropertyPanel.cs
- EntitySet.cs
- UriParserTemplates.cs
- PipelineModuleStepContainer.cs
- EditorZoneBase.cs
- CellCreator.cs
- ParameterReplacerVisitor.cs
- HMAC.cs
- LeafCellTreeNode.cs
- ResXBuildProvider.cs
- GridItemProviderWrapper.cs
- HostingPreferredMapPath.cs
- QilPatternFactory.cs
- ApplyTemplatesAction.cs
- FullTextLine.cs
- SqlDataSourceEnumerator.cs
- QilLoop.cs
- streamingZipPartStream.cs
- XmlNamespaceDeclarationsAttribute.cs
- Utils.cs
- DBSqlParserTable.cs
- CompatibleIComparer.cs
- DeclarativeCatalogPart.cs
- GridViewUpdatedEventArgs.cs
- SettingsPropertyIsReadOnlyException.cs
- hwndwrapper.cs
- StandardMenuStripVerb.cs
- CompilationPass2TaskInternal.cs
- ListViewSortEventArgs.cs
- ArgumentOutOfRangeException.cs
- ZipArchive.cs
- AttributeCollection.cs
- HttpClientCertificate.cs
- HtmlTableCellCollection.cs
- CodeTryCatchFinallyStatement.cs
- ResourceDictionary.cs
- SerializationSectionGroup.cs
- FragmentQueryProcessor.cs
- ButtonField.cs
- BrowserCapabilitiesFactoryBase.cs
- EventRouteFactory.cs
- Sequence.cs
- StringKeyFrameCollection.cs
- Help.cs
- ProtectedProviderSettings.cs