Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1 / PrintEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies which ///is causing this event. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies which ///is causing this event. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WinInetCache.cs
- DataListCommandEventArgs.cs
- ShaderRenderModeValidation.cs
- AlternationConverter.cs
- ContractSearchPattern.cs
- Mutex.cs
- FilteredDataSetHelper.cs
- RecordConverter.cs
- MimeXmlReflector.cs
- DesignerTransactionCloseEvent.cs
- ExecutionContext.cs
- DropDownList.cs
- DocumentXPathNavigator.cs
- ServiceProviders.cs
- XmlSchemaAttributeGroupRef.cs
- AuthorizationRule.cs
- ConfigXmlComment.cs
- HotSpot.cs
- XsdDuration.cs
- WindowsSlider.cs
- PersonalizationStateQuery.cs
- WebPartDescriptionCollection.cs
- PingReply.cs
- WinEventQueueItem.cs
- SelectedGridItemChangedEvent.cs
- Query.cs
- AvTraceFormat.cs
- MultiBindingExpression.cs
- HashMembershipCondition.cs
- safePerfProviderHandle.cs
- SBCSCodePageEncoding.cs
- BindingListCollectionView.cs
- ControlPaint.cs
- CodeGenerationManager.cs
- _Rfc2616CacheValidators.cs
- HierarchicalDataBoundControlAdapter.cs
- IFlowDocumentViewer.cs
- FunctionImportMapping.cs
- PeerPresenceInfo.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- EncodingTable.cs
- VectorValueSerializer.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- ListMarkerLine.cs
- Shape.cs
- ComponentSerializationService.cs
- ConfigurationPropertyAttribute.cs
- VectorValueSerializer.cs
- Paragraph.cs
- MailDefinition.cs
- GridViewAutomationPeer.cs
- TempFiles.cs
- ExtensionFile.cs
- PropertySegmentSerializationProvider.cs
- ComponentDispatcher.cs
- AnnotationMap.cs
- InputScopeManager.cs
- PageParserFilter.cs
- WCFServiceClientProxyGenerator.cs
- SiblingIterators.cs
- Parameter.cs
- ListDictionary.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- CompletedAsyncResult.cs
- BamlReader.cs
- SByte.cs
- LineSegment.cs
- SecureStringHasher.cs
- RangeContentEnumerator.cs
- RestHandler.cs
- ResourceCategoryAttribute.cs
- CodeDelegateCreateExpression.cs
- GeneralTransform2DTo3D.cs
- _SecureChannel.cs
- DataGridViewButtonCell.cs
- ContentElement.cs
- DataGridCaption.cs
- StateMachineDesignerPaint.cs
- TextTreeNode.cs
- EntityPropertyMappingAttribute.cs
- FacetDescription.cs
- ConnectionsZone.cs
- Effect.cs
- XmlDataSourceNodeDescriptor.cs
- PropertyChangingEventArgs.cs
- SurrogateEncoder.cs
- XmlNamedNodeMap.cs
- FontInfo.cs
- UInt32Converter.cs
- ObjectStateEntryDbDataRecord.cs
- MainMenu.cs
- precedingquery.cs
- ControllableStoryboardAction.cs
- ListView.cs
- GroupBoxRenderer.cs
- AdornerHitTestResult.cs
- XmlElementAttribute.cs
- FilteredAttributeCollection.cs
- HttpPostProtocolReflector.cs
- SystemWebSectionGroup.cs